- WasmDecodeAudio
WasmAudioBuffer WasmDecodeAudio(size_t length, void* ptr, JSDelegateType!(void) dg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- WasmGetClipChannels
size_t WasmGetClipChannels(WasmAudioBuffer )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- WasmGetClipDuration
double WasmGetClipDuration(WasmAudioBuffer )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- WasmGetClipSamplerate
float WasmGetClipSamplerate(WasmAudioBuffer )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- WasmGetClipSize
size_t WasmGetClipSize(WasmAudioBuffer )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- monoToStereo
T[] monoToStereo(T[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- stereoToMono
T[] stereoToMono(T[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- stereoToMonoSplit
T[][2] stereoToMonoSplit(T[] data)
Undocumented in source. Be warned that the author may not have intended to support it.